Skip to content

Conversation

@guitargeek
Copy link
Contributor

Follows up on 45bef34, adding a veto if NumPy is not found. Also, move vetoes for tutorials when xrootd is not available to the right place.

@github-actions
Copy link

github-actions bot commented Dec 7, 2025

Test Results

    21 files      21 suites   3d 17h 23m 10s ⏱️
 3 787 tests  3 787 ✅ 0 💤 0 ❌
77 580 runs  77 580 ✅ 0 💤 0 ❌

Results for commit 4fba06b.

♻️ This comment has been updated with latest results.

This doesn't help the user, and also confuses the CI when testing,
because tutorials can apparently succeed even if they do nothing.
Follows up on 45bef34, adding a veto if NumPy is not found. Also,
move vetoes for tutorials when xrootd is not available to the right
place.
Copy link
Member

@vepadulano vepadulano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks! Please merge once CI is green.

@guitargeek guitargeek merged commit 094dda7 into root-project:master Dec 10, 2025
28 of 29 checks passed
@guitargeek guitargeek deleted the tutorials_veto branch December 10, 2025 17:04
@hahnjo
Copy link
Member

hahnjo commented Dec 11, 2025

I think this accidentally broke testing of the Python wheels (that were probably relying on successfully exiting even if the input file is missing, which btw was not mentioned anywhere in the PR!): https://github.com/root-project/root/actions/runs/20119030998

FYI @siliataider

@vepadulano
Copy link
Member

@hahnjo Thanks for checking so quickly! I am glad to see the action is working as intended!

@siliataider
Copy link
Contributor

siliataider commented Dec 11, 2025

that were probably relying on successfully exiting even if the input file is missing, which btw was not mentioned anywhere in the PR!

Well the wheels tests were not relying on successfully exiting even if the input file is missing, they were relying on successfully exiting if no error is raised, and since the tutorial was detecting a missing file and still exiting with 0, the wheels tests cannot detect that a file is missing in this case and mark it failed
also thanks for catching this quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants